| 1. | You cannot continue a comment by using a line - continuation character 不能使用行继续符来拆分注释。 |
| 2. | The line - continuation character is necessarily the last thing on a line 行继续符必须是一行上最后的字符。 |
| 3. | Line - continuation character 行接续字元 |
| 4. | Generates a line - continuation character and outputs the specified string on a new line 生成行继续符并在新的一行上输出指定的字符串。 |
| 5. | To break a single statement into multiple lines use the line - continuation character , which is an underscore 在您要将该行断开的点处使用行继续符,它是一个下划线( |
| 6. | Some limitations exist as to where the line - continuation character can be used , such as in the middle of an argument name 对于行继续符在何处使用存在一些限制,例如不能在参数名中间使用。 |
| 7. | You can break an argument list with the line - continuation character , but the individual names of the arguments must remain intact 可以用行继续符拆分一个参数列表,但单个参数名必须保持完整。 |
| 8. | In the following example , the statement is broken into four lines with line - continuation characters terminating all but the last line 在下面的示例中,语句被拆分为四行。除最后一行外,前三行都以行继续符结尾。 |
| 9. | When implementing a code generator for a language that supports a line - continuation character for example , visual basic , this method should output the line - continuation character before it outputs a newline character 为支持行继续符的语言(如visual basic )实现代码生成器时,此方法应在输出换行符之前输出行继续符。 |